﻿ORA = { # Orange
	flag_definition = {
		coa = ORA_Voortrekker
		allow_overlord_canton = yes		
		priority = 1
		trigger = { 
			scope:actor = {
				has_modifier = adjunct_volksraad
			}
		}
	}
	flag_definition = {
		coa = ORA		
		subject_canton = ORA
		priority = 1
		allow_overlord_canton = yes		
		overlord_canton_scale = { 0.5 0.433 }	
		trigger = { 
			scope:actor = {
				NOT = {
					has_modifier = adjunct_volksraad
				}
			}
		}		
	}
	flag_definition = {
		coa = ORA_subject_GBR
		allow_overlord_canton = yes		
		priority = 50
		trigger = { 
			exists = c:ORA
			OR = {
				coa_def_british_ensign_trigger = yes
				c:ORA = {
					is_subject_of = c:SAF
				}
			}
		}
	}
}

ZOU = {
	flag_definition = {
		coa = ORA_Voortrekker
		allow_overlord_canton = yes		
		priority = 1
	}
}

WIB = {
	flag_definition = {
		coa = ORA_Voortrekker
		allow_overlord_canton = yes		
		priority = 1
	}
}

TRN = { # Transvaal
	flag_definition = {
		coa = ORA_Voortrekker
		allow_overlord_canton = yes		
		priority = 1
		trigger = { 
			scope:actor = {
				has_modifier = adjunct_volksraad
			}
		}
	}
	flag_definition = {
		coa = TRN		
		subject_canton = TRN
		priority = 1
		trigger = { 
			scope:actor = {
				NOT = {
					has_modifier = adjunct_volksraad
				}
			}
		}	
	}
	flag_definition = {
		coa = TRN_subject_GBR
		allow_overlord_canton = yes		
		priority = 50
		trigger = { 
			exists = c:TRN
			OR = {
				coa_def_british_ensign_trigger = yes
				c:TRN = {
					is_subject_of = c:SAF
				}
			}
		}
	}		
}
